x86: pci: Use DM PCI APIs in pci_assign_irqs()
authorBin Meng <[email protected]>
Mon, 1 Feb 2016 09:40:57 +0000 (01:40 -0800)
committerBin Meng <[email protected]>
Fri, 5 Feb 2016 04:47:22 +0000 (12:47 +0800)
commit58316f9b9f1061f988b91ee49c69370eead7d8ca
tree9fa6b1baebac9d899367b7f4dfa968bdbe74f740
parent6039200c65e645c81032e0fe20f036f83bbc1c46
x86: pci: Use DM PCI APIs in pci_assign_irqs()

Drop legacy PCI APIs usage in pci_assign_irqs() as well.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
arch/x86/cpu/pci.c